- PurpleSubType
alias PurpleSubType = _Anonymous_1
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurpleType
alias PurpleType = _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurpleValue
alias PurpleValue = _Anonymous_2
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_value_destroy
alias da_purple_value_destroy = void function(PurpleValue* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_value_dup
alias da_purple_value_dup = PurpleValue* function(const(PurpleValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_value_get_boolean
alias da_purple_value_get_boolean = gboolean function(const(PurpleValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_value_get_boxed
alias da_purple_value_get_boxed = void* function(const(PurpleValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_value_get_char
alias da_purple_value_get_char = char function(const(PurpleValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_value_get_enum
alias da_purple_value_get_enum = int function(const(PurpleValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_value_get_int
alias da_purple_value_get_int = int function(const(PurpleValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_value_get_int64
alias da_purple_value_get_int64 = gint64 function(const(PurpleValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_value_get_long
alias da_purple_value_get_long = c_long function(const(PurpleValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_value_get_object
alias da_purple_value_get_object = void* function(const(PurpleValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_value_get_pointer
alias da_purple_value_get_pointer = void* function(const(PurpleValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_value_get_short
alias da_purple_value_get_short = short function(const(PurpleValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_value_get_specific_type
alias da_purple_value_get_specific_type = const(char)* function(const(PurpleValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_value_get_string
alias da_purple_value_get_string = const(char)* function(const(PurpleValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_value_get_subtype
alias da_purple_value_get_subtype = uint function(const(PurpleValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_value_get_type
alias da_purple_value_get_type = PurpleType function(const(PurpleValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_value_get_uchar
alias da_purple_value_get_uchar = ubyte function(const(PurpleValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_value_get_uint
alias da_purple_value_get_uint = uint function(const(PurpleValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_value_get_uint64
alias da_purple_value_get_uint64 = guint64 function(const(PurpleValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_value_get_ulong
alias da_purple_value_get_ulong = c_ulong function(const(PurpleValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_value_get_ushort
alias da_purple_value_get_ushort = ushort function(const(PurpleValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_value_is_outgoing
alias da_purple_value_is_outgoing = gboolean function(const(PurpleValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_value_new
alias da_purple_value_new = PurpleValue* function(PurpleType type, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_value_new_outgoing
alias da_purple_value_new_outgoing = PurpleValue* function(PurpleType type, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_value_set_boolean
alias da_purple_value_set_boolean = void function(PurpleValue* value, gboolean data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_value_set_boxed
alias da_purple_value_set_boxed = void function(PurpleValue* value, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_value_set_char
alias da_purple_value_set_char = void function(PurpleValue* value, char data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_value_set_enum
alias da_purple_value_set_enum = void function(PurpleValue* value, int data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_value_set_int
alias da_purple_value_set_int = void function(PurpleValue* value, int data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_value_set_int64
alias da_purple_value_set_int64 = void function(PurpleValue* value, gint64 data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_value_set_long
alias da_purple_value_set_long = void function(PurpleValue* value, c_long data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_value_set_object
alias da_purple_value_set_object = void function(PurpleValue* value, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_value_set_pointer
alias da_purple_value_set_pointer = void function(PurpleValue* value, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_value_set_short
alias da_purple_value_set_short = void function(PurpleValue* value, short data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_value_set_string
alias da_purple_value_set_string = void function(PurpleValue* value, const(char)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_value_set_uchar
alias da_purple_value_set_uchar = void function(PurpleValue* value, ubyte data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_value_set_uint
alias da_purple_value_set_uint = void function(PurpleValue* value, uint data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_value_set_uint64
alias da_purple_value_set_uint64 = void function(PurpleValue* value, guint64 data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_value_set_ulong
alias da_purple_value_set_ulong = void function(PurpleValue* value, c_ulong data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_value_set_ushort
alias da_purple_value_set_ushort = void function(PurpleValue* value, ushort data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_destroy
void purple_value_destroy(PurpleValue* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_dup
PurpleValue* purple_value_dup(const(PurpleValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_get_boolean
gboolean purple_value_get_boolean(const(PurpleValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_get_boxed
void* purple_value_get_boxed(const(PurpleValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_get_char
char purple_value_get_char(const(PurpleValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_get_enum
int purple_value_get_enum(const(PurpleValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_get_int
int purple_value_get_int(const(PurpleValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_get_int64
gint64 purple_value_get_int64(const(PurpleValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_get_long
c_long purple_value_get_long(const(PurpleValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_get_object
void* purple_value_get_object(const(PurpleValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_get_pointer
void* purple_value_get_pointer(const(PurpleValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_get_short
short purple_value_get_short(const(PurpleValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_get_specific_type
const(char)* purple_value_get_specific_type(const(PurpleValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_get_string
const(char)* purple_value_get_string(const(PurpleValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_get_subtype
uint purple_value_get_subtype(const(PurpleValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_get_type
PurpleType purple_value_get_type(const(PurpleValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_get_uchar
ubyte purple_value_get_uchar(const(PurpleValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_get_uint
uint purple_value_get_uint(const(PurpleValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_get_uint64
guint64 purple_value_get_uint64(const(PurpleValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_get_ulong
c_ulong purple_value_get_ulong(const(PurpleValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_get_ushort
ushort purple_value_get_ushort(const(PurpleValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_is_outgoing
gboolean purple_value_is_outgoing(const(PurpleValue)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_new
PurpleValue* purple_value_new(PurpleType type, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_new_outgoing
PurpleValue* purple_value_new_outgoing(PurpleType type, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_set_boolean
void purple_value_set_boolean(PurpleValue* value, gboolean data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_set_boxed
void purple_value_set_boxed(PurpleValue* value, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_set_char
void purple_value_set_char(PurpleValue* value, char data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_set_enum
void purple_value_set_enum(PurpleValue* value, int data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_set_int
void purple_value_set_int(PurpleValue* value, int data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_set_int64
void purple_value_set_int64(PurpleValue* value, gint64 data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_set_long
void purple_value_set_long(PurpleValue* value, c_long data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_set_object
void purple_value_set_object(PurpleValue* value, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_set_pointer
void purple_value_set_pointer(PurpleValue* value, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_set_short
void purple_value_set_short(PurpleValue* value, short data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_set_string
void purple_value_set_string(PurpleValue* value, const(char)* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_set_uchar
void purple_value_set_uchar(PurpleValue* value, ubyte data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_set_uint
void purple_value_set_uint(PurpleValue* value, uint data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_set_uint64
void purple_value_set_uint64(PurpleValue* value, guint64 data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_set_ulong
void purple_value_set_ulong(PurpleValue* value, c_ulong data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_set_ushort
void purple_value_set_ushort(PurpleValue* value, ushort data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_destroy
da_purple_value_destroy purple_value_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_dup
da_purple_value_dup purple_value_dup;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_get_boolean
da_purple_value_get_boolean purple_value_get_boolean;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_get_boxed
da_purple_value_get_boxed purple_value_get_boxed;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_get_char
da_purple_value_get_char purple_value_get_char;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_get_enum
da_purple_value_get_enum purple_value_get_enum;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_get_int
da_purple_value_get_int purple_value_get_int;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_get_int64
da_purple_value_get_int64 purple_value_get_int64;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_get_long
da_purple_value_get_long purple_value_get_long;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_get_object
da_purple_value_get_object purple_value_get_object;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_get_pointer
da_purple_value_get_pointer purple_value_get_pointer;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_get_short
da_purple_value_get_short purple_value_get_short;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_get_specific_type
da_purple_value_get_specific_type purple_value_get_specific_type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_get_string
da_purple_value_get_string purple_value_get_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_get_subtype
da_purple_value_get_subtype purple_value_get_subtype;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_get_type
da_purple_value_get_type purple_value_get_type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_get_uchar
da_purple_value_get_uchar purple_value_get_uchar;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_get_uint
da_purple_value_get_uint purple_value_get_uint;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_get_uint64
da_purple_value_get_uint64 purple_value_get_uint64;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_get_ulong
da_purple_value_get_ulong purple_value_get_ulong;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_get_ushort
da_purple_value_get_ushort purple_value_get_ushort;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_is_outgoing
da_purple_value_is_outgoing purple_value_is_outgoing;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_new
da_purple_value_new purple_value_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_new_outgoing
da_purple_value_new_outgoing purple_value_new_outgoing;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_set_boolean
da_purple_value_set_boolean purple_value_set_boolean;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_set_boxed
da_purple_value_set_boxed purple_value_set_boxed;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_set_char
da_purple_value_set_char purple_value_set_char;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_set_enum
da_purple_value_set_enum purple_value_set_enum;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_set_int
da_purple_value_set_int purple_value_set_int;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_set_int64
da_purple_value_set_int64 purple_value_set_int64;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_set_long
da_purple_value_set_long purple_value_set_long;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_set_object
da_purple_value_set_object purple_value_set_object;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_set_pointer
da_purple_value_set_pointer purple_value_set_pointer;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_set_short
da_purple_value_set_short purple_value_set_short;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_set_string
da_purple_value_set_string purple_value_set_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_set_uchar
da_purple_value_set_uchar purple_value_set_uchar;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_set_uint
da_purple_value_set_uint purple_value_set_uint;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_set_uint64
da_purple_value_set_uint64 purple_value_set_uint64;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_set_ulong
da_purple_value_set_ulong purple_value_set_ulong;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_value_set_ushort
da_purple_value_set_ushort purple_value_set_ushort;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.